Fix64MINumericFix64MIsGreaterThan Method
Determines whether the current value is greater than the specified value.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<Fix64M>.IsGreaterThan(
Fix64M value
)
Private Function IsGreaterThan (
value As Fix64M
) As Boolean Implements INumeric(Of Fix64M).IsGreaterThan
private:
virtual bool IsGreaterThan(
Fix64M value
) sealed = INumeric<Fix64M>::IsGreaterThan
private abstract IsGreaterThan :
value : Fix64M -> bool
private override IsGreaterThan :
value : Fix64M -> bool
- value Fix64M
- The value to compare with the current value.
Boolean if the current value is greater than
value; otherwise,
.
INumericTSelfIsGreaterThan(TSelf)